home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / play / SPLibDev.lha / superplay-lib_DEV / Programmers / AmigaE / super_rev.e < prev    next >
Encoding:
Text File  |  1997-08-15  |  431 b   |  31 lines

  1. -> Bumpee revision bump module. Do not alter this file manually.
  2.  
  3. OPT MODULE
  4. OPT EXPORT
  5. OPT PREPROCESS
  6.  
  7. /*
  8. BUMP
  9.   NAME=super
  10.   VERSION=1
  11.   REVISION=3
  12. ENDBUMP
  13. */
  14.  
  15. CONST VERSION=1
  16. CONST REVISION=3
  17.  
  18. CONST VERSION_DAY=9
  19. CONST VERSION_MONTH=8
  20. CONST VERSION_YEAR=97
  21.  
  22. #define VERSION_STRING {version_string}
  23. #define VERSION_INFO {version_info}
  24.  
  25. PROC dummy() IS NIL
  26.  
  27. version_string:
  28. CHAR '$VER: '
  29. version_info:
  30. CHAR 'super 1.3 (9.8.97)',0
  31.